x/mobile/gl: use EGL to determine the version of OpenGL ES#69
x/mobile/gl: use EGL to determine the version of OpenGL ES#69BenLubar wants to merge 4 commits intogolang:masterfrom
Conversation
|
This PR (HEAD: 50ede83) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/332429 to see it. Tip: You can toggle comments from me using the |
|
Message from Hyang-Ah Hana Kim: Patch Set 1: Run-TryBot+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Go Bot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Go Bot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Ben Lubar: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
This PR (HEAD: 865f9d6) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/332429 to see it. Tip: You can toggle comments from me using the |
|
Message from Hyang-Ah Hana Kim: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
…ness call eglTerminate before init returns. if another init on the same OS thread has already created a context, eglTerminate is a no-op until the context is destroyed. otherwise, this allows scenarios where a program that imports x/mobile/gl might want to call eglInitialize on a different display.
|
This PR (HEAD: daa7304) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/332429 to see it. Tip: You can toggle comments from me using the |
|
Message from Ben Lubar: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Hyang-Ah Hana Kim: Patch Set 3: Run-TryBot+1 Code-Review+2 Trust+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Go Bot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Go Bot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Hajime Hoshi: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Hajime Hoshi: Patch Set 3: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Hajime Hoshi: Patch Set 3: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
This PR (HEAD: c24693c) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/332429 to see it. Tip: You can toggle comments from me using the |
|
Message from Hyang-Ah Hana Kim: Patch Set 1: Run-TryBot+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Go Bot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Go Bot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Ben Lubar: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Hyang-Ah Hana Kim: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Ben Lubar: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Hyang-Ah Hana Kim: Patch Set 3: Run-TryBot+1 Code-Review+2 Trust+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Go Bot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Go Bot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Hajime Hoshi: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Hajime Hoshi: Patch Set 3: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
|
Message from Hajime Hoshi: Patch Set 3: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
No description provided.